home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR03 / PP2ED01B.ZIP / PP2ED.DOC next >
Text File  |  1993-09-09  |  7KB  |  165 lines

  1.  
  2.      Prince of Persia II: The Shadow & the Flame(tm) Editor ver. 0.1ß
  3.      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.         All rights to the Prince of Persia program belong to the
  5.         company who designed the game.  This is THEIR trademark.
  6.         Please purchase your own copy of Prince of Persia, and do NOT
  7.         pirate the game.  The game took many long hours to develop,
  8.         and the author should be rewarded for doing so.  Use of this
  9.         assisting program is ILLEGAL without owning a registered copy
  10.         of the game.  REGISTER Prince of Persia NOW!!!
  11.  
  12.         Note:  This program is intended for those who have taken it
  13.         upon themselves to buy and register Prince of Persia II(tm).
  14.         It is important to register the software if you use it, to help
  15.         support the many programmers, so they can continue to create
  16.         software in the future.  Please Register, use of it elsewise
  17.         is not right, and is most likely not authorized!
  18.  
  19.  
  20.  
  21.      PP2 Editor
  22.      ~~~~~~~~~~
  23.  
  24.         This program may be used by any legal owners of Prince of
  25.         Persia II, and should be registered.  Have fun, and good
  26.         luck.
  27.         I have written the editor, because I have a hard time getting
  28.         past a few levels, when I seem to be running out of time.
  29.  
  30.  
  31.  
  32.      Files
  33.      ~~~~~
  34.  
  35.         The following files should be found in the original compressed
  36.         file:
  37.  
  38.         pp2ed01b.zip    Original compressed file.
  39.  
  40.         pp2ed.exe       Executable PP2 Editor. Dos version.
  41.         pp2ed.doc       This help file.
  42.  
  43.  
  44.  
  45.      Help Screen
  46.      ~~~~~~~~~~~
  47.  
  48.         ──────────────────────────────────────────────────────────────────
  49.         PP2 Editor - The Woodbine/2 BBS 519.254.2023  19.2 ZyXEL, 14.4v32b
  50.         ──────────────────────────────────────────────────────────────────
  51.         pp2ed.exe /Gn [options] file.in file.out
  52.  
  53.         Defaults:    (file.in = prince.sav) (file.out = prince.sav)
  54.  
  55.         Options:     (not case sensitive; no particular order)
  56.            /Cm:n     Copy game m -> game n (/G NOT required)
  57.            /D[a]     Delete current game
  58.                      a - Delete current and all succeeding games
  59.            /Gn       Game, where n=1-10 (REQUIRED)
  60.            /H        Help
  61.            /Iccc     Insert game named ccc (10 chars max.)
  62.            /Ln       Level, where n=1-12 (>12 not recommended)
  63.            /Nccc     Name (10 chars max.)
  64.            /Pn       Potion, where n=1-12
  65.            /S        Summary of games
  66.            /Tn       Time, where n=1-75
  67.  
  68.         Example: pp2ed.exe prince.sav prince.out /g4 /iGame4 /l9 /p12 /t75
  69.                   Inserts Game4 into fourth game of prince.sav, at level 9
  70.                   with 12 potions and 75 minutes.  Saved as prince.out
  71.         ──────────────────────────────────────────────────────────────────
  72.  
  73.  
  74.  
  75.      Defaults
  76.      ~~~~~~~~
  77.  
  78.         The default values used are game 1, level 3, potion 12, time 75.
  79.         The default files are:
  80.                 prince.sav - input file
  81.                 prince.sav - output file
  82.  
  83.         The first option not preceded by a '/' will be defaulted to the
  84.         input file, and must be a valid file name.  The second option
  85.         that is not preceded by a '/' is defaulted to the output file,
  86.         and must be a valid file name.  If the output file name is in the
  87.         directory specified, the file will be overwritten!
  88.  
  89.  
  90.  
  91.      Options
  92.      ~~~~~~~
  93.  
  94.         All options may be specified in any order, as long as a space
  95.         seperates each of the options.  The options may precede the
  96.         filenames, be between the file names, or may succeed the file
  97.         names, if they are specified.
  98.  
  99.         /Cm:n   Copies a game that is currently saved.  If the source
  100.                 game does not exist, and error will occur.  If the
  101.                 destination game exists, it will be overwritten.
  102.                    m - source game
  103.                    n - destination game
  104.  
  105.         /D[a]   Deletes a game specified by the /Gn option.  If the game
  106.                 specified does not exist, an error will occur.
  107.                    [a] - (optional) deletes all games after and including
  108.                          the game specified by /Gn option.
  109.  
  110.         /Gn     Specifies current game to be modified.  If this option is
  111.                 not specified, all modifications will be defaulted to
  112.                 game 1.  Valid games are from 1-10.
  113.                    n - game number.
  114.  
  115.         /H      (optional) Displays the help screen.  Equivilent to specifying
  116.                 no options at the command prompt.
  117.  
  118.         /Iccc   Inserts a game specified by the /Gn option.  If this game
  119.                 already exists, an error will occur.
  120.                    ccc - Name of the game (maximum of 10 characters).
  121.  
  122.         /Ln     Changes the game specified by the /Gn option to a different
  123.                 level.  Valid levels are from 1-15.  The default values are
  124.                 level 1, 3 potions and 75 minutes.
  125.                    n - level number.
  126.  
  127.         /Nccc   Changes the name of the game specified by the /Gn option.
  128.                 If no name is given, an error will occur.
  129.                    ccc - Name of the game (maximum of 10 characters).
  130.  
  131.         /Pn     Changes the number of energy potions for a game specified
  132.                 by the /Gn option.
  133.                    n - Number of potions (valid are from 1-15).
  134.                        Note: use of more than 12 potions is not recommended.
  135.  
  136.         /S      Displays a summary of all games.
  137.                    ┌──┬──────────────┬──────┬───────┬─────────┐
  138.                    │# │ Game         │ Time │ Level │ Potions │
  139.                    ├──┼──────────────┼──────┼───────┼─────────┤
  140.                    │1 │ Game1        │ 75   │ 3     │ 3       │
  141.                    │2 │ Game2        │ 69   │ 4     │ 5       │
  142.                    │3 │ Game3        │ 35   │ 7     │ 8       │
  143.                    │5 │ Game5        │ 13   │ 12    │ 13      │
  144.                    └──┴──────────────┴──────┴───────┴─────────┘
  145.  
  146.         /Tn     Changes the amount of time left for a game specified by
  147.                 the /Gn option.
  148.                    n - Time in minutes (valid from 1-75 minutes).
  149.  
  150.  
  151.      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152.  
  153.  
  154.      The Author
  155.      ~~~~~~~~~~
  156.         I write software mainly for OS/2, any ideas are welcomed.
  157.  
  158.         If you have any problems or would like to donate please send to:
  159.  
  160.             BBS: The Woodbine/2 BBS (PLPF)
  161.                  (519) 254-2023
  162.                  19.2 ZyXEL, 14.4 v32bis
  163.  
  164.         For registration, send $5, after logging onto BBS and sending mail.
  165.